home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / BBS / MISC / BMUG BBSUpdate.sea / DocMaker version / Update 1 – DocMaker.rsrc / TEXT_146.txt < prev    next >
Encoding:
Text File  |  1992-07-27  |  25.0 KB  |  422 lines

  1. X-10 software for DOS
  2.  
  3. On the PC, several DOS based X10 utility packages are available.  X10Utils is among the most useful of these.  It consists of a series of executable modules with a command line interface.  It therefore can be interfaced in complex ways to other software such as BBS software or voicemail packages like BigMouth.  
  4.  
  5. With BBS software, the X10 commands can be executed on demand via Doors, or as Events occurring at regular times of the day.  Since the BigMouth voicemail package has a feature which allows for the execution of commands based on touch tone input, a script called from BigMouth could also be used alongside X10UTILS to create an integrated voicemail/X10 system.  
  6.  
  7. The X10UTILS include X10DIR (which sends a single X10 command to a selected module); X10DNLD (which executes a series of X10 commands placed in a file), X10EVENT (which downloads a single X10 Event to the CP290), X10MON (which monitors events as they occur), X10UPLD (which uploads the event file from the CP290), and X10TIME (which uploads or downloads the time to the CP290).  
  8.  
  9. Ideas for using X-10
  10.  
  11. The X-10 system is designed so that each module has its own processor and memory. This means that the modules do not require a computer to operate. For example, the home security systems are completely self sufficient, and can be used just like appliances.
  12.  
  13. Nevertheless, if you have a computer, you can do some neat things. The CP290 interface kit allows your Macintosh to send events to any X-10 device that operates over electric wiring. Since the CP290 contains its own non-volatile memory, it can store events to be sent at particular times during the week. 
  14.  
  15. You could program the CP290 to turn on your coffee machine at 8:00 AM on weekdays, and automatically turn it off at 9:30 AM, in case you forgot to do so yourself. You could wake up by having your TV or Stereo go on.
  16.  
  17. I once lived in a house that did not have adequate heating. I had to purchase two space heaters, and an electric blanket. Since the house wiring was limited, I couldn't have two heaters on at the same time. Also, in order to keep my electric bill down, I didn't want to leave the heaters and electric blanket on all night. 
  18.  
  19. Given these constraints, my desire was to make sure that both my bedroom and bathroom were warm when I got up in the morning. I also liked the idea of crawling into a warm bed. 
  20.  
  21. To accomplish this, I programmed the CP290 to turn the two heaters on and off at 15 minute intervals from 5:00 AM to 6:00 AM, during the weekdays, when I usually got up. Only one heater was on at a time. Both heaters went off at 8:00 AM, when I would usually leave for work. On weekends, the heaters went on and off from 8:00 AM to 9:00 AM. 
  22.  
  23. On weekdays, the heaters went back on and off from 6:00 PM to 7:00 PM. That way, when I got home around 7:00 PM, the house would be warm. The electric blanket went on around 9:00 PM and went off around 11:00 PM. 
  24.  
  25. As strange as this program might sound, it worked well for me for almost two years, until I moved to an apartment with a functioning heating system.  
  26.  
  27. More advanced ideas
  28.  
  29. Although X-10 is not designed to allow transmission of measurements over the network, such as temperatures, light levels, or humidities, you can compensate for these failings by purchasing additional hardware. For example, if you were to purchase a Radiant Common Sense module, you could then take measurements of parameters such as temperature, humidity, etc. and then send X-10 events to appliances in response to the measurements. For example, if it was after midnight, and the temperature was over 32 degrees, you could send an X-10 command to the thermostat module to turn down the heat. However, as sunrise approached, you could let the thermostat setting return to normal. The way this works is the thermostat module is mounted just below the actual thermostat. It contains a small heating element to fool the thermostat. X-10 modules are also capable of turning relays on and off, and closing draperies, among other things. 
  30.  
  31. So even though your thermostat cannot respond to temperature information directly, it can nevertheless be controlled via X-10. The Radiant Common Sense module, which can take in 8 channels of A/D, and D/A, and drive relays, adds enormous power to the home (and industrial) applications that can be addressed. Equivalent cards are also available for the PC for less than $200. 
  32.  
  33. The forthcoming release of AppleScript brings to mind some interesting possibilities. The CP290 does not allow you to monitor events sent over the electric wiring. To do this, you need the TW523 Two-Way Power Line Interface. With the TW523, you can have your Mac intercept X-10 events sent over electrical wiring , and send other events to respond to these. Unfortunately, there is not an equivalent to the TW523 for events sent over the airwaves, like those sent by the window and motion sensors. 
  34.  
  35. With AppleEvent-aware CP290 software, and other applications that can interpret AppleEvents, much more powerful X-10 applications would be possible. While X-10 currently offers a telephone responder, it is not possible to use the responder and an answering machine on the same line. With AppleEvents it would be possible to have a voice mail system such as the TFLX send events to your appliances, depending on which key you pressed on your touch tone phone. This would allow you to call in and turn things on and off without having to use up an extra phone line, like the telephone responder module does. 
  36.  
  37. X-10 Scripts (Doing a Little DOS)
  38.  
  39. Since the concepts behind X-10, Radiant, CEBus, and EcheLON are inherently object oriented, in order to take full advantage of all this, you've got to have a meta-language capable of handling and creating events. Since we don't have AppleScript yet, I'll have to illustrate this point with examples from DOS batch scripts, to give you an idea of what you'll soon be able to do. 
  40.  
  41. Under DOS, voice mail systems such as BigMouth can shell out to a batch file or program of your choice if a certain series of touch tones is received. BBS software such as OPUS can generate events (ERRORLEVELS in DOS) which DOS batch scripts can trap and respond to. 
  42.  
  43. Since lots of DOS programs can operate from the command line, it is easy to respond to these events by sending X-10 events or FAXes, transmitting messages over the phone, calling out by modem, etc. 
  44.  
  45. To give you an idea of how this works on the PC, I‚Äôve written a batch script. This script makes use of the OPUS BBS software to generate events at various error levels at preselected times of the day.  Other software like BigMouth could also be used; however in this case you‚Äôd need to generate your own events based for example, on the time of day. In the case of OPUS,  event times and error levels are set within the software. The batch script then responds to these events by doing various things. X10DIR is a program to send an X-10 event to a particular module; STALL is a program that waits a specified amount of time (in seconds), and CCOMSEND is a program that will send a FAX. Here is the script: 
  46.  
  47. :LOOP
  48. OPUS BBS -O
  49. IF ERRORLEVEL 50 GOTO HEATERON
  50. IF ERRORLEVEL 40 GOTO HEATEROFF
  51. IF ERRORLEVEL 30 GOTO LIGHTSON
  52. IF ERRORLEVEL 25 GOTO BREAKIN
  53. IF ERRORLEVEL 20 GOTO DINNER
  54. IF ERRORLEVEL 10 GOTO LUNCH
  55. GOTO LOOP
  56. :HEATERON
  57. REM Turn on the space heater
  58. X10DIR A2 ON
  59. GOTO LOOP
  60. :HEATEROFF
  61. REM Turn off the space heater
  62. X10DIR A2 OFF
  63. GOTO LOOP
  64. :LIGHTSON
  65. X10DIR A1 ON
  66. GOTO LOOP
  67. :BREAKIN
  68. REM Turn on all the lights
  69. X10DIR A2 ON
  70. X10DIR A3 ON
  71. REM Send a FAX to the BMUG Office via the 
  72. REM Complete Communicator board
  73. CCOMSEND BREAKIN.TXT 849-9026 /x
  74. REM GO INTO LOOP TURNING LIGHTS ON AND OFF
  75. :FLASH
  76. X10DIR A2 ON
  77. X10DIR A3 ON
  78. STALL 1
  79. X10DIR A2 OFF
  80. X10DIR A3 OFF
  81. GOTO LOOP
  82. :DINNER
  83. REM TURN OFF TV IN CHILDREN'S ROOM
  84. X10DIR A5 OFF
  85. GOTO LOOP
  86. :LUNCH
  87. REM REMIND ME BY FLASHING MY DESK LAMP
  88. X10DIR A6 ON
  89. STALL 1
  90. X10DIR A6 OFF
  91. STALL 1
  92. X10DIR A6 ON
  93. GOTO LOOP
  94.  
  95. While writing such a script is easy for DOS, it is much more difficult to do on the Macintosh prior to the release of AppleScript. While it is theoretically possible to do all of this under HyperCard, in practice few manufacturers of FAX hardware, etc. support control of their hardware by XCMDs. There are also no XCMDs for control of X-10 devices although these are not hard to write. 
  96.  
  97. However, when we get AppleEvent-aware applications that can listen for home control events and send appropriate AppleEvents to other applications to send FAXes, dial out, etc. we will have the basic tools to make all of this work. 
  98.  
  99.  
  100. Hooking it all to your phone
  101.  
  102. Talking Technology, Inc. offers the BigMouth (single-line) and PowerLine (two line) voicemail board. These cards are easily programmed using the software that comes with the board, or alternatively, the developer‚Äôs toolkit or SpeakEasy interpreted development language. 
  103.  
  104. To give you an idea of how powerful BigMouth is, it was possible to develop a Fax-back system (a system that will allow a caller to input the phone number of his fax machine, and receive a fax on it after hanging up) with only 15 lines of DOS batch script.
  105.  
  106. Here‚Äôs how the system works:
  107.  
  108. 1. Bigmouth is executed within an ‚Äúevent loop‚Äù by the batch script RUNBIG.BAT. 
  109.  
  110. RUNBIG.BAT listing
  111.  
  112. C:
  113. REM    Load the Complete Communicator Background code
  114. REM
  115. CCBACK /N
  116. REM
  117. REM    Go into the Bigmouth directory
  118. REM
  119. CD \BIGMOUTH
  120. REM
  121. REM    Begin the event loop
  122. REM
  123. :LOOP
  124. REM
  125. REM    Enter BigMouth and wait for incoming calls
  126. REM
  127. BIGMOUTH W
  128. REM
  129. REM    We get here if BigMouth has exited on a FaxBack Event
  130. REM    Extract phone number entered from the Bigmouth Log
  131. REM
  132. AWK -f FAX.AWK BIGMOUTH.LOG >FAX.BAT
  133. REM
  134. REM    Save the log to another file, and then delete it
  135. REM
  136. COPY BIGM.LOG + BIGMOUTH.LOG BIGM.LOG
  137. DEL BIGMOUTH.LOG
  138. REM
  139. REM    Execute the batch script prepared by awk
  140. REM
  141. CALL FAX
  142. REM
  143. REM    Handle more events
  144. REM
  145. GOTO LOOP
  146.  
  147. 2. BigMouth is programmed to exit to DOS after playing a message tell the caller what to do, and recording theuth is programmed to exit to DOS after playing a message tell the caller what to do, and recording the phone number entered as touch tones in its logfile, BIGMOUTH.LOG. the particular document selected by the caller to be faxed to them. This was selected (again by touchtone input) before a phone number was requested. 
  148.  
  149. 3. The utility awk is used to extract the phone number (the last field) and output the batch script FAX.BAT which is then executed. Here is the awk program to do this: 
  150.  
  151. FAX.AWK listing
  152.  
  153. /UPDATE1 /{print ‚ÄúCCOMSEND UPDATE1.DOC‚Äù,$5}
  154. /UPDATE2 /{print ‚ÄúCCOMSEND UPDATE2.DOC‚Äù,$5}
  155. /UPDATE3 /{print ‚ÄúCCOMSEND UPDATE3.DOC‚Äù,$5}
  156. /UPDATE4 /{print ‚ÄúCCOMSEND UPDATE4.DOC‚Äù,$5}
  157.  
  158. Here the stuff between the slashes is the stuff that awk is to look for. Once it finds it, it is to execute the command after the slashes. This is printing out a line in the batch script telling CCOM (the Complete Communicator board) to queue up a Fax for the phone number entered in the Bigmouth.log file. Since the phone number is the fifth field in the log entry (as separated by spaces, commas, etc.), it is output as $5. 
  159.  
  160. The total amount of programming here is less than 25 lines of code in awk and DOS batch script. The result however, is a Faxback system which is the equal of systems costing over $1000 for a total hardware cost of under $400.
  161.  
  162. The thing to keep in mind is that this particular approach could work just as well for controlling your home. For example, instead of executing CCOMSEND (the CCOM Fax spooling routine), we could have executed X10DIR in order to turn a particular light, heater, or applicance on or off. 
  163.  
  164. Home control movers and shakers
  165.  
  166. Radiant
  167.  
  168. Radiant Enterprises, Inc., 1714  Stockton Street, San Francisco, CA 94133, (415)296-8040, Fax: (415)362-3528
  169.  
  170. CEBUS Specifications
  171.  
  172. Electronic Industries Association, 2001 Pennsylvania Ave., Washington, D.C. 20006; (202)457-4975. 
  173.  
  174. LON Interface Chips
  175.  
  176. Echelon Corp, 4015 Miranda Ave., Palo Alto, CA 94304; (415)855-7400. 
  177.  
  178. X-10 products
  179.  
  180. X-10 Home Controls, Inc, 1200 Aerowood Drive, Unit 20, Mississauga, Ontario L4W 2S7; (416)624-4446, (800)387-3346
  181.  
  182. X-10 (USA) Inc., 185A LeGrande Ave., Northvale, NJ 07647; (201)784-9700,(800)526-0227
  183.  
  184. Radiant Products
  185.  
  186. Common Sense/CNX 1                     $329
  187.  
  188. The Common Sense AppleTalk Sense and Control Node offers 8 programmable digital input/outputs, 4 analog inputs, 4 power relay outputs, and comes with Macintosh applications software to allow control of any of the functions over AppleTalk. 
  189.  
  190. Radiant Enterprises, Inc., 1714 Stockton Street, San Francisco, CA 94133, (415)296-8040, (415)362-2528. 
  191.  
  192. PowerSwitch LT                                $139
  193.  
  194. The PowerSwitch LT is a programmable power supply controllable over AppleTalk. It can be programmed to turn off or on anything plugged into it. Once programmed, events remain in the parameter RAM, able to execute without further instruction from a computer. The PowerSwitch can be turned on and off from the Chooser, or it can be left in Auto mode, in which case it will sense AppleTalk network Name Binding Protocol (NBP) lookups to the device it is controlling. In this mode it could be used to turn off a LaserWriter after an hour of inactivity, and power it on again when a user prints to it. Since laser printers draw power (and lots of it!) even when they aren't doing anything, PowerSwitch LT's typically pay for themselves in saved electricity. 
  195.  
  196. Radiant Enterprises, Inc., 1714 Stockton Street, San Francisco, CA 94133, (415)296-8040, (415)362-2528. 
  197.  
  198.  
  199. X10 Products
  200.  
  201. Catalogs, Books and Associations
  202.  
  203. How to Automate Your Home                                                               $29.95
  204.  
  205. If this article piqued your interest, then you might want to check this out.  The book is an overview of different types of home automation, from security to energy saving devices. 
  206.  
  207. Home Automation, USA, P.O. Box 22536, Oklahoma City, OK 73123, (405)842-3419, FAX: (405)842-3419
  208.  
  209. Home Automation by Heath
  210.  
  211. This is a catalog of Heath products for home automation that concentrates mainly on X-10 technology. 
  212.  
  213. Heath Company, Dept. 350-056, Benton Harbor, MI 49022; (800)444-3284, (616)982-5950, FAX: (616)982-5577
  214.  
  215. Home Automation Laboratories Catalog
  216.  
  217. If you're interested in home control, and want a complete catalog of X-10 products, you can get it from Home Automation Laboratories, of Atlanta, Georgia. They've got stuff in there you wouldn't believe, like an automatic indoor plant watering system, developed by NASA. They offer a 30 day money back guarantee, and guarantee the lowest prices on everything.
  218.  
  219. Home Automation Laboratories, 5500 Highlands Parkway, Suite 450, Atlanta, GA 30082; (404)319-6000; (800)445-9605; FAX: (404)438-2835. 
  220.  
  221. Home Automation Association
  222.  
  223. If you are in the Home Automation business, you may wish to join the Home Automation Association, which sponsors various trade shows and seminars. 
  224.  
  225. Home Automation Association, P.O. Box 3731, Georgetown Station, Washington, D.C. 20007 (202)333-8579. 
  226.  
  227. An Installer's Guide to CEBus Home Automation                    $149
  228.  
  229. For those in the construction business, Parks Associates sells an installer's guide to the CEBUS, which gives you an idea of what can be done. Be aware that the specs are not done yet, so quite a bit of any such material will be speculative. 
  230.  
  231. Parks Associates, (214)490-1113, FAX:(214)490-1133
  232.  
  233. Software
  234.  
  235. X10Utils    Shareware                                                                               $10
  236.  
  237. This set of utilities allows you build a flexible and powerful home control network, stringing the individual utilities together into an event loop using DOS batch script. 
  238.  
  239. EXEC-PC,P.O. Box 57, Elm Grove, WI 53122, (414)789-4200 (Voice), (414)789-4210 (data)
  240.  
  241. Tom Salzman, 1008 Castalia Drive, Cary, NC 27513; 
  242. email: tom@ramona.Cary.NC.US; BBS: (919)481-3787, logon as userid X10 with password X10). 
  243.  
  244. X-10 TW523 Developer's Kit
  245.  
  246. This kit is for IBM PC developers, but with a bunch of phone calls, they might be persuaded to port the code to Think C. Code is provided in Microsoft or Turbo C.
  247.  
  248. Baran-Harper Group, Toronto, CA (416)294-6473; FAX:(416)471-6776
  249.  
  250. Computer Interface Kits
  251.  
  252. Model CP290
  253. X-10 Macintosh interface Kit                                                               $49.95
  254. PC interface Kit                                                                                            $49.95
  255.  
  256. The CP290 controller is capable of remembering events which are to be triggered at times during the week. The software that comes with the CP290 kit allows you to set up events and download them to the CP290. You can also send the CP290 commands in real time. Based on these commands, it sends out events to the X-10 appliance modules. The CP290 is only capable of sending events; it cannot receive X-10 events. 
  257.  
  258. X-10 (USA) Inc., 185A LeGrande Ave., Northvale, NJ 07647; (201)784-9700,(800)526-0227Model CP290
  259.  
  260. Gateway Modules
  261.  
  262. X-10 Model TR551 
  263. Telephone Responder                                                                                $74.95
  264.  
  265. This unit allows you to control up to 10 items from your touch tone phone. The problem is, it isn't compatible with your answering machine, so you need a line just for it. Yuck!
  266.  
  267. MasterVoice Personal Butler
  268.  
  269. This unit combines timer control, touch control,a motion sensor, and voice control into a single unit. Can control up to 6 total devices on X-10. 
  270.  
  271. MasterVoice, (213)594-6581. 
  272.  
  273. X-10 Model IR543 
  274. Infrared Gateway/Controller    
  275.  
  276. This unit receives infrared signals and then retransmits them over the house wiring. However, it doesn't work the other way, since it can't listen for X-10 signals. 
  277.  
  278. X-10 Model PL513 
  279. Power Line Interface    
  280.  
  281. This unit allows a device designed to send X-10 events (typically created by O.E.Ms) to do so without having to couple to the power line. 
  282.  
  283. X-10 Model TW523                                                                                      $24.95
  284. Two-Way Power Line Interface    
  285.  
  286. This unit allows a device to send as well as receive X-10 events without having to couple to the power line. For example, it could be used to connect your Macintosh to the X-10 system. 
  287.  
  288. Control Modules
  289.  
  290. X-10 Model RC5000
  291. Remote Controlled Security System                                                $39.95
  292.  
  293. This allows you to manually control up to 16 devices (2 banks of 8 devices) remotely. You can turn your lights on or off, etc. 
  294.  
  295. X-10 Model MC460
  296. Mini Controller                                                                                             $10.95
  297.  
  298. This unit can control up to 8 modules from outside the home (2 banks of 4).
  299.  
  300. Sensor Modules (Can Send Events Only)
  301.  
  302. X-10 Model MT522
  303. Timer Module and Clock                                                                          $29.95
  304.  
  305. This module can send events by itself according to time of day, without having to be programmed by computer. It also has a clock on it. 
  306.  
  307. X-10 Model SD533
  308. Sun Downer                                                                                                      $19.95
  309.  
  310. This is an MC460 with a built in photocell to turn off up to 4 devices at a time. It can control up to 8 devices (2 banks of 4)
  311.  
  312. Appliance Modules (Can Receive Events Only)
  313.  
  314. X-10 Model UM506
  315. Universal Module                                                                                        $18.95
  316.  
  317. This module activates a relay, and so can be used to turn on sprinklers, open or close drapes, or turn on or off thermostats.
  318.  
  319. X-10 Model TH2807
  320. Thermostat controller                                                                               $19.95
  321.  
  322. This device receives events, and is placed underneath a thermostat in order to turn it on or off. 
  323.  
  324. X-10 Model AM466
  325. Appliance Module    $14.95
  326.  
  327. This module can turn on or off an appliance. 
  328.  
  329. X-10 Model WS467
  330. Wall Dimmer Module                                                                              $14.95
  331.  
  332. This module replaces a wall switch, and is capable of receiving dimming commands in addition  to on or off.  
  333.  
  334. X-10 Model SR227
  335. Split Receptacle                                                                                          $19.95
  336.  
  337. This module replaces your wall outlet, and can receive on or off events. 
  338.  
  339. X-10 Model LM 465    
  340. Lamp Module                                                                                                 $12.95
  341.  
  342. This is an external module that plugs into your wall, and can receiving dimming commands in addition to on or off events. This module should not be used with major appliances, since it isn't made to handle the current. 
  343.  
  344. X-10 Model WS477
  345. 3 Way Wall dimmer                                                                                 $19.95
  346.  
  347. Home Security Modules (Send Events Only)
  348.  
  349. X-10 Model DW534 
  350. Wireless Door/Window Sensor                                                           $14.99
  351.  
  352. This module sends an event if two magnets become separated. 
  353.  
  354. X-10 Model HT544
  355. Remote Control                                                                                             $19.95
  356.  
  357. This module can arm or disarm the home security system. 
  358.  
  359. X-10 Model KF574
  360. Miniature Remote Control                                                                      $19.95
  361.  
  362. A miniature version of the HT544, small enough to place on a key chain. Can operate with the SS5400 security system. 
  363.  
  364. X-10 Model PH508
  365. Power Line Siren                                                                                          $49.95
  366.  
  367. This little baby can put out 105 decibels when sent an event by a motion sensor or window sensor. 
  368.  
  369. X-10 Model SP554
  370. Wireless Supervised Passive Infrared Motion Detector     $59.95
  371.  
  372. This works with the SS5400 security system, and sends an event when motion is detected. 
  373.  
  374. Home Security Bundles
  375.  
  376. X-10 Model SS5400
  377. Protector Plus Home Security System                                             $99.95
  378.  
  379. This bundle includes:
  380.  
  381. Number          Model    Description                                                                       Price if sold    separately
  382.  
  383. 1    LM465          Lamp Module                                                                              $12.95
  384. 1    DW534        Wireless Door/Window Sensor                                       $14.99
  385. 1    BR521           Base Receiver
  386. 1    HT544          Remote Control Unit                                                              $19.95
  387.  
  388. X-10 (USA) Inc., 185A LeGrande Ave., Northvale, NJ 07647; (201)784-9700,(800)526-0227
  389.  
  390. X-10 Model HS9000
  391. Deluxe Protector Plus Home Security System                            $219.99
  392.  
  393. This bundle includes:
  394.  
  395. Number          Model    Description                                                                    Price if sold    separately
  396.  
  397. 1    LM465          Lamp Module                                                                            $12.95
  398. 3    DW534        Wireless Door/Window Sensor                                     $14.99
  399. 1    BR521           Base Receiver
  400. 1    HT544          Remote Control Unit                                                            $19.95
  401. 1    RT504           Remote Control (up to 16)                                                    $39.95
  402. 1    PH508          Remote Siren                                                                               $49.95
  403. 1    SP544            Motion Sensor                                                                             $59.95
  404.  
  405. X-10 (USA) Inc., 185A LeGrande Ave., Northvale, NJ 07647; (201)784-9700,(800)526-0227
  406.  
  407. VoiceMail cards for the PC
  408.  
  409. BigMouth                                                                                                         $199.95
  410. Programmer‚Äôs Toolkit                                                                                  $79
  411. SpeakEasy                                                                                                          $79    
  412.  
  413. BigMouth is a highly programmable voicemail card for IBM PC compatibles. Since a developer‚Äôs kit and an interpreted development language (SpeakEasy) is available, many third party applications have been written for this card, and its two-line brother, PowerLine. Since it does not have a processor onboard, it requires a dedicated computer. This and the large third party application base make it most popular in business environments. However, BigMouth also has a built in Alarm jack that will automatically dial out if your alarm system is tripped.  Be aware that version 3.0 of BigMouth is buggy and less stable than version 2.1. I purchased the upgrade, but have never been able to use it due to a myriad of problems.  
  414.  
  415. Talking Technology, 1125 Atlantic Ave., Alameda, CA 94501, (510)522-3800, Fax: (510)522-5556
  416.  
  417. Complete Communicator                                                                            $499/$329
  418. Complete Fax                                                                                                    $399/$229    
  419.  
  420. The Complete Communicator combines a voicemail card, modem, and fax all on one board, while the Complete Fax is just a Fax board. Most importantly for the discussion in this chapter, these boards have a processor on them, so that they can run in the background. Even though they are both voicemail cards, the Complete Communicator will not conflict with the BigMouth provided that one of the boards is set to an address other than 3E0 (which is the default for both boards), and the BigMouth is set to pick up on one ring, while the Communicator is set to pick up on 2 or more rings. The Complete Communicator (or Complete Fax) can deliver an outgoing Fax spooled to the Fax Queue while BigMouth is running in the foreground. 
  421.  
  422. The Complete PC, Inc., 1983 Concourse Drive, San Jose, CA 95131, (408)434-0145.